text/template.state.tmpl (field)

10 uses

	text/template (current package)
		exec.go#L35: 	tmpl  *Template
		exec.go#L130: 	name := doublePercent(s.tmpl.Name())
		exec.go#L134: 		location, context := s.tmpl.ErrorContext(s.node)
		exec.go#L138: 		Name: s.tmpl.Name(),
		exec.go#L211: 		tmpl: t,
		exec.go#L425: 	tmpl := s.tmpl.Lookup(t.Name)
		exec.go#L436: 	newState.tmpl = tmpl
		exec.go#L597: 	function, isBuiltin, ok := findFunction(name, s.tmpl)
		exec.go#L609: 		if s.tmpl.option.missingKey == mapError { // Treat invalid value as missing map key.
		exec.go#L660: 				switch s.tmpl.option.missingKey {